From f6bfdb59ef9d80df78af5662d9d0743427c93d8f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 8 Aug 2020 23:21:42 +0100 Subject: [PATCH] d/rules: Rely on debhelper 13 to reset HOME, etc. --- debian/rules | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/debian/rules b/debian/rules index 0a499c142f..6a7c3e156f 100755 --- a/debian/rules +++ b/debian/rules @@ -46,17 +46,6 @@ EXAMPLES_PKG := gtk-$(APIVER)-examples NEWS := NEWS$(shell find -maxdepth 1 -size +4k -name NEWS -exec echo ".gz" \;) README.md := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;) -# Avoid test failures on buildd environments -export HOME=$(CURDIR)/debian/build -export XDG_RUNTIME_DIR=$(HOME) -# So that gsettings can find the (uninstalled) gtk schemas -export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build -# Put these back to their defaults if we are not running with a clean -# environment, so that they are based on the temporary $HOME above -unexport XDG_CACHE_HOME -unexport XDG_CONFIG_DIRS -unexport XDG_CONFIG_HOME -unexport XDG_DATA_HOME # Get failing tests' stdout/err so we have some information when a build fails export VERBOSE=1 -- 2.30.2